送信

Adrex AI

@Adrex AI

Open-source MCP server for Google Ads and Meta Ads. Create campaigns, pull reports, and manage keywords & targeting in plain English from Claude, Cursor, or Codex.
概要

Adrex AI — Google Ads & Meta Ads for your AI assistant

Adrex AI is an open-source MCP server that connects Google Ads and Meta Ads to Claude, Cursor, Codex, or any MCP client. Manage campaigns, reporting, keywords, audiences, and targeting in plain English — no dashboards.

Setup

claude mcp add -s user adrex-ai -e ADREX_API_KEY=<key> -- npx -y adrex-ai
Get a free API key at https://adrex.ai. Connect your ad accounts once via OAuth — tokens stay on Adrex's servers, never in the client.

What you can do

- "Show my Google Ads performance for the last 7 days"
- "Pause the campaign with the lowest ROAS"
- "Create a Meta campaign for our summer sale, $50/day" (created paused for review)

Safety first

Every campaign and ad is created paused, spend-starting actions warn first, and read operations run freely.

サーバー設定

{
  "mcpServers": {
    "adrex-ai": {
      "command": "npx",
      "args": [
        "-y",
        "adrex-ai"
      ],
      "env": {
        "ADREX_API_KEY": "<YOUR_ADREX_API_KEY>"
      }
    }
  }
}
- MCP Server